Java 随机数 import java.util.Random; Random gen = new Random(); int rInt = gen.nextInt(10); // 生成 [0, 10) 的整数